home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / prefs / screenmode.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  280 b   |  17 lines

  1. include "inc/exec/types.inc";
  2. include "inc/libraries/iffparse.inc";
  3.  
  4. struct ScreenModePrefs is
  5.   smp_Reserved[4]:ulong;
  6.   smp_DisplayID:ulong;
  7.   smp_Width:uword;
  8.   smp_Height:uword;
  9.   smp_Depth:uword;
  10.   smp_Control:uword;
  11. ;
  12.  
  13. def SMB_AUTOSCROLL = 1;
  14.  
  15. def SMF_AUTOSCROLL = (1<<0);
  16.  
  17.